home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.text;
-
- final class GapContent$UndoPosRef {
- // $FF: synthetic field
- private final GapContent this$0;
- protected int undoLocation;
- protected GapContent.MarkData rec;
-
- GapContent$UndoPosRef(GapContent var1, GapContent.MarkData var2) {
- this.this$0 = var1;
- this.rec = var2;
- this.undoLocation = var2.getOffset();
- }
-
- protected void resetLocation(int var1, int var2) {
- if (this.undoLocation != var1) {
- this.rec.index = this.undoLocation;
- } else {
- this.rec.index = var2;
- }
-
- }
- }
-